Capture
Without Using Disk Storage
You can use
capture services without writing the data to a disk file by using the WM_CAP_SEQUENCE_NOFILE93LDBJ message (or the capCaptureSequenceNoFileJCOP9D macro). This message is
useful only in conjunction with callback functions that allow your application
to use the video and audio data directly. For example, videoconferencing
applications might use this message to obtain streaming video frames. The
callback functions would transfer the captured images to the remote computer.